Release 10.1A: OpenEdge Development:
Java Open Clients
Passing INPUT parameters
Passing an
INPUTparameter requires several steps to provide a value as input to an application service procedure or user-defined function.
![]()
To pass an
INPUTparameter:
- Create and initialize a variable for the parameter of the correct Java data type (see the "Creating variables for parameters" section).
- Add the parameter to a
ParamArrayobject (see the "Setting up a parameter array" section).- Run the procedure or user-defined function (see the "Running procedures and user-defined functions" section).
For example, to pass an
INPUTinteger parameter that does not support the Unknown value (?), you might do the following:
To pass an
INPUTinteger parameter that supports the Unknown value (?), you might do the following:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |